home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Old Testament Foundatiosn with Philip Yancey
/
Old Testament Foundatiosn with Philip Yancey - Disc 1.iso
/
pc
/
data
/
shared.dir
/
00747.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1996-09-06
|
266 b
|
14 lines
on goNextSlide
global gNumberofSlides, gCurrentSlide
if gCurrentSlide <= gNumberofSlides then
if soundBusy(2) then
go(the frame)
else
set gCurrentSlide to gCurrentSlide + 1
go(marker(1))
end if
else
go(the frame)
end if
end